home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / include / amiga20 / clib / keymap_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-11  |  843 b   |  29 lines

  1. #ifndef  CLIB_KEYMAP_PROTOS_H
  2. #define  CLIB_KEYMAP_PROTOS_H
  3. /*
  4. **    $Filename: clib/keymap_protos.h $
  5. **    $Release: 2.04 $
  6. **    $Revision: 30.156 $
  7. **    $Date: 1995/01/11 05:18:10 $
  8. **
  9. **    C prototypes. For use with 32 bit integers only.
  10. **
  11. **    (C) Copyright 1990 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14. /* "keymap.library" */
  15. #ifndef  DEVICES_INPUTEVENT_H
  16. #include <devices/inputevent.h>
  17. #endif
  18. #ifndef  DEVICES_KEYMAP_H
  19. #include <devices/keymap.h>
  20. #endif
  21. /*--- functions in V36 or higher (distributed as Release 2.0) ---*/
  22. void SetKeyMapDefault( struct KeyMap *keyMap );
  23. struct KeyMap *AskKeyMapDefault( void );
  24. WORD MapRawKey( struct InputEvent *event, STRPTR buffer, long length,
  25.     struct KeyMap *keyMap );
  26. LONG MapANSI( STRPTR string, long count, STRPTR buffer, long length,
  27.     struct KeyMap *keyMap );
  28. #endif     /* CLIB_KEYMAP_PROTOS_H */
  29.